home *** CD-ROM | disk | FTP | other *** search
- global Metinler, Metin
-
- on beginSprite
- Metinler = baFileList(the moviePath & "Electronica\Bio\", "*.txt")
- Metin = 1
- sprite(8).visible = 0
- sprite(9).visible = 1
- importFileInto(member("text_Bio"), the moviePath & "Electronica\Bio\" & Metinler[Metin])
- member(1, "Text").name = "text_Bio"
- member("Metin").text = member("text_Bio").text
- end
-
- on exitFrame me
- go(the frame)
- end
-